#include <BustaNetMessages.h>
Public Attributes | |
char | type |
The message type. | |
int | length |
The length of the entire message in bytes. | |
int | playerID |
The identification number of the disconnect client. | |
char * | discMessage |
The disconnection reason. |
The server sends out this message when a client has disconnected. The message contains the identification number of the disconnected client as well as the reason for disconnection.